home *** CD-ROM | disk | FTP | other *** search
- ==========================================================
- TeeChart Pro 4.0
- Copyright 1995-1998 by David Berneda.
- All Rights Reserved.
- ==========================================================
-
-
- Auto-Charting HTML Tables
- =============================================
-
- The included example shows how to retrieve an HTML
- table and load it into a Chart component.
-
-
- WARNING: This demo runs in 32-bit only.
-
- -----------------------------------------------
-
- INSTALLATION:
-
- In Delphi and C++ Builder, please install
- the TEEHTM.PAS unit before running this demo.
-
- This unit (TEEHTM.PAS) installs a new component:
-
- TImporter
-
- This non-visible component process an HTM file by
- selecting HTML Table cells and adding the table
- cell contents into a standard TChart component.
-
- Not all HTML Tables can be decoded properly due to
- the highly customizable options in HTML language.
-
- Included you'll find several HTML files containing
- tables which can be imported into a TeeChart component.
-
- ---------------------------------------------------------
-